home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / delph / may96 / rippf106.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  6KB  |  481x259  |  4-bit (14 colors)
Labels: text | electronics | screenshot | display | software | computer icon | web page | number | operating system
OCR: control.pas X control procedure TForml. Button2Click (Sender: TObject) ; var iCount : SmallInt; begin for iCount : = 0 to ComponentCount-1 do begin if Components [iCount] is TCheckBox then TCheckBox (Components [iCount]) . Checked : = False; end; end; 51: 10 Insert